home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000029_news@columbia.edu _Thu May 2 10:07:33 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA27680 for <kermit.misc@watsun>; Thu, 2 May 1996 10:07:32 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id KAA23438 for kermit.misc@watsun; Thu, 2 May 1996 10:07:29 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Calling DOS programs from Host.
  8. Date: 2 May 1996 14:07:03 GMT
  9. Organization: Columbia University
  10. Lines: 15
  11. Message-ID: <4mafi7$ms7@apakabar.cc.columbia.edu>
  12. References: <4m87bc$m9s@news-s01.ny.us.ibm.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4m87bc$m9s@news-s01.ny.us.ibm.net>,  <peteg@ibm.net> wrote:
  16. : We run an application under OpenVMS on an Alpha system.  The terminals for
  17. : this are DOS machines running MSKermit 3.01.  For one of our projects we
  18. : need to run a DOS Application in the middle of the session.
  19. : Is there a way for the VMS application to tell the Kermit terminal to stop
  20. : doing terminal emulation now, run prog.exe under DOS passing it the
  21. : parameters X and Y, and when prog.exe is done return result Z to the VMS
  22. : application?
  23. Yes.  First upgrade to current Kermit versions on VMS (5a(190)) and MS-DOS
  24. (3.14).  Then in the update notes (CKCKER.UPD for VMS or KERMIT.UPD for DOS),
  25. read about the APC mechanism.  It is exactly what you need.
  26.  
  27. - Frank